home *** CD-ROM | disk | FTP | other *** search
- Path: oreig.uji.es!ii202
- From: ii202@rossegat.uji.es (Jorge Acereda Macia)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Demo/game to OS frien
- Date: 20 Feb 1996 16:42:30 GMT
- Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
- Message-ID: <4gctlm$bcn@oreig.uji.es>
- References: <4fd2qp$jsi@sunsystem5.informatik.tu-muenchen.de> <20000205714078190501@BIRDLAND> <4fnqf8$f9p@sunsystem5.informatik.tu-muenchen.de> <84000105717841360800@BIRDLAND> <4fvpg6$n0d@sunsystem5.informatik.tu-muenchen.de> <68000405720272481052@BIRDLAND> <38232498@kone.fipnet.fi>
- NNTP-Posting-Host: @rossegat.uji.es
- X-Newsreader: TIN [version 1.2 PL2]
-
- Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
-
- > > Hmmm... my problem about this stuff mainly is, i only have those c2p of
- > > Aminet... the GD stuff does not fit to my library system (scrambled c2p
- > > does not fit...), and of others, i simply have to use what is available,
-
- > Scrambled is not actually needed. Only if you want to do a Wolf3D
- > clone..
-
- > c2p_040_FastRam4.s is the routine for 040/060 and c2p8.s
- > for 020/030. The first is pure CPU solution, as starting
-
- c2p8.s is too slow for 25 fps effects (due to blitter speed).
- For this 3 CPU passes and one blitter pass is better.
-
- Also one question... What does the qblit cleanup routine
- receive in registers? I thought it was A1 pointing to
- the bltnode (like the bltnode.function) but my routine crashes.
-
- Peter uses PC relative addressing in his c2p8.s to get the
- current task and signal bits, but AFAIK I can't do this in E...
-
- Any solution? (some self-modifying code would do the job, but
- I'm using OOP and this would not work when using more than one
- c2p-converter object)
-
- Thanks in advance,
- --
- ---------------------------- --------------------------------------------
- | Jorge Acereda | Dream the same thing everynight |
- | ii202@rossegat.uji.es | I see our freedom in my sight |
- | Intel Outside | No locked doors, no windows barred |
- | Amiga Rules | No things to make my brain seem scarred |
- ---------------------------- --------------------------------------------
-